home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / comm / bbs / logic100.lha / manual / FileTracing.doc < prev    next >
Encoding:
Text File  |  1995-03-01  |  1.7 KB  |  55 lines

  1.                                                      Date: March, 1. 1995
  2.  
  3.  
  4.  
  5.                           LogicBBS  v1.0 BETA
  6.                           <----------------->
  7.                              LITE VERSION
  8.  
  9.                       Copyright 1995 ParCon Software
  10.  
  11.  
  12.     System/node/door/library/AIM-XIM support programmed by Michael Pendec
  13.         Filechecker/Arexxdoor support programmed by Nicholas Clarke
  14.       All Testing was done by friends. Ideas supplied by various people.
  15.  
  16.  
  17.       Read "HowToOrder.doc", if you want to get the FINAL version.
  18. -----------------------------------------------------------------------------
  19.  
  20.  
  21.                   TRACE FILE PATTERNS AND EXPLANATION
  22. -----------------------------------------------------------------------------
  23. Almost all text menu files and scripts are traced, being located, using
  24. different search patterns. Textfiles mentioned in other chapters, are
  25. given a priority after its name, to simplify the explaining.
  26. You can see the different types of priorities the system uses, when
  27. it wants to display a text, and tries to load it.
  28.  
  29. ie.
  30. We want to load the login.txt, and this file got pri.1, so
  31. what the system does is:
  32.  load"BBS:NODE1/login.TXT"? if not found, then
  33.  load"BBS:DEF_BBSTEXT/login.TXT"?
  34.  or returns a fail loading txt!
  35.  
  36.  
  37.  
  38. PRIORITY 1: BBS:NODEx/{filename}.TXT
  39.             BBS:DEF_BBSTEXT/{filename}.TXT
  40.  
  41.  
  42. PRIORITY 2: BBS:CONFS/{conference}/{filename}[.TXT]
  43.             BBS:NODEx/{filename}[.TXT]
  44.             BBS:DEF_BBSTEXT/{filename}[.TXT]
  45.  
  46.  
  47. PRIORITY 3: BBS:CONFS/{conference}/{filename}[acc][.TXT]
  48.             BBS:NODEx/{filename}[acc][.TXT]
  49.             BBS:DEF_BBSTEXT/{filename}[acc][.TXT]
  50.  
  51.  
  52. PRIORITY 4: BBS:NODEx/BULL/{filename}[acc][.TXT]
  53.             BBS:BULL/{filename}[acc][.TXT]
  54.  
  55.